home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / 4skipaf.helpfoot < prev    next >
Text File  |  1991-10-23  |  2KB  |  23 lines

  1. +-----------------------------------------------------------------------------+
  2. |                        TEXT1 \skipafterdivider COMMAND                      |
  3. +-----------------------------------------------------------------------------+
  4.                                                                                
  5. The  \skipafterdivider  command   is  always  used  in   conjunction  with  the
  6. \footnoteformat  (\fnf) command,  and will  set  the amount  of vertical  space
  7. between  the footnote  divider  and the  beginning  of the  text  of the  first
  8. footnote.  The format for the \skipafterdivider command is:                    
  9.                                                                                
  10.           \footnoteformat{                                                     
  11.           \skipafterdivider{xx}                                                
  12.           }                                                                    
  13.                                                                                
  14. Where "xx" is expressed in \baselines or any valid TeX measurement (pt, pc, in,
  15. etc.). For example,                                                            
  16.                                                                                
  17.          \footnoteformat{                                                      
  18.          \skipafterdivider{5pt}                                                
  19.          }                                                                     
  20.                                                                                
  21. would put five points of vertical space  between the the footnote dividing rule
  22. and the text of the first footnote.                                            
  23.